-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add pitch_entry_delete_nth_note.lua #663
Conversation
jwink75
commented
Jan 27, 2024
- This script fulfills a request from Tim Davies for a way to quickly delete something like the 2nd or 3rd note in a chord. The script opens a dialog box to enter the note to be deleted (numbered from the top)
- I also used the functions for keeping/deleting top/bottom notes from Nick Mazuk's scripts
- Passes lint tests from the 'linting' PR
- This script fulfills a request from Tim Davies for a way to quickly delete something like the 2nd or 3rd note in a chord. The script opens a dialog box to enter the note to be deleted (numbered from the top) - I also used the functions for keeping/deleting top/bottom notes from Nick Mazuk's scripts - Passes lint tests from the 'linting' PR
I've also been pondering how to maximise the utility of Nick's keep/delete scripts. This proposal put me in mind of a neater solution. So forgive my presumption, but here's another option: |
I love it! LOVE IT!
Yeah, if it’s all right with folks I think Carl’s solution is more functional than mine, plus it’s got his slick keyboard shortcuts. I have to learn that trick!
So what is the best way to do this? Remove my file and add Carl’s then update the PR?
Robert or Aaron, do you want to check the code at all? I’m not seeing any lint errors on it.
… On Jan 29, 2024, at 4:23 PM, Carl Vine ***@***.***> wrote:
I've also been pondering how to maximise the utility of Nick's keep/delete scripts. This proposal put me in mind of a neater solution. So forgive my presumption, but here's another option:
chord_note_keep_delete.lua.txt <https://github.com/finale-lua/lua-scripts/files/14091343/chord_note_keep_delete.lua.txt>
—
Reply to this email directly, view it on GitHub <#663 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AMCBUQ2AV5D64V4W3HXC23TYRA4ONAVCNFSM6AAAAABCNQQOSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJVHAYTSMBZGM>.
You are receiving this because you authored the thread.
|
Very glad that you enjoyed - and weren't offended! I think within this PR you just need to re-post my script as the latest "revision" of yours. (... and see how many revising co-authors get added to the list later...) |
Two extra key commands. |
I am a little confuse what |
Looks like it was uploaded here in the PR. I think the idea is that @jwink75 should download it, remove the |
And for repo purposes it should probably be named "pitch_entry_keep_delete.lua". |